@charset "utf-8";

#productLogo {
	width: 680px;
	height: 35px;
}

#langSelect {
	display: none;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
}
#langSelect li {
	display: block;
	margin: 0;
	padding: 4px 0 4px 0;
	background: #fff;
	border: solid 1px #aaa;
	cursor: pointer;
}
#langSelect li:hover {
	text-decoration: underline;
	background: #ddd;
}

#products {
	height: 500px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 40px;
	left: 300px;
}
#tx2000block {top: 0px;}
#tx3000block {top: 0px;}
#tx4000block {top: 0px;}
#tx2000mfpblock {top: 260px;}
#tx3000mfpblock {top: 260px;}
#tx4000mfpblock {top: 260px;}
.productblock {
	width: 320px;
	height: 240px;
	position: absolute;
	background: #fff;
	border-radius: 6px;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.productblock:hover {
	background: #ddd;
}
.productttl {
	width: 159px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 80px;
}
.productmfpttl {
	width: 230px;
	height: 18px;
	position: absolute;
	top: 12px;
	left: 45px;
}
.productimg {
	width: 250px;
	height: 188px;
	position: absolute;
	top: 40px;
	left: 35px;
}

#commonMovie {
	width: 240px;
	height: 300px;
	position: absolute;
	top: 60px;
	left: 50px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	/*visibility: hidden;*/
}
.comMovieBtn {
	width: 220px;
	display: inline-block;
	/*margin: 0;*/
	margin: 8px 0px 16px 0px;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #c00000;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
.comMovieBtn:hover {
	text-decoration: underline;
	background: #7e0000;
}
.comMovieBtn:active {box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);}

